method Dir.prototype.[Symbol.asyncIterator]Dir.prototype.[Symbol.asyncIterator](): AsyncIterableIterator<Dirent>DeprecatedAsynchronously iterates over the directory via readdir(3) until all entries have been read. Return TypeAsyncIterableIterator<Dirent>